home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / pcf / ds.dir / 00365.ls < prev    next >
Encoding:
Text File  |  1995-10-08  |  176 b   |  9 lines

  1. on mouseUp
  2.   set the height of sprite 48 to 240
  3.   set the width of sprite 48 to 320
  4.   puppetSprite(48, 1)
  5.   set the visible of sprite 48 to 0
  6.   updateStage()
  7.   go("Intro")
  8. end
  9.